<!-- allow references to any resources you might add to the folder -->
<BASE href="%THISDIRPATH%\">
<SCRIPT LANGUAGE="vbscript">
Const g_nCR = 13
Const g_nLF = 10
Function TranslateCRs(strIn)
Dim strOut
strOut = ""
While 0 < Len(strIn)
if Asc(strIn) = g_nCR then
strIn = strIn & " "
strIn = Right(strIn, Len(strIn) - 1)
else
strOut = strOut & Chr(Asc(strIn))
end if
strIn = Right(strIn, Len(strIn) - 1)
Wend
TranslateCRs = strOut
end Function
</SCRIPT>
<SCRIPT LANGUAGE="JavaScript">
// To localize
var L_Intro_Text = "";
var L_Multiple_Text = " oggetti selezionati.";
var L_AnonymousUserName_Text = "Anonimo";
var L_MOTDDialogTitle_Text = "╚ stato fornito il seguente messaggio riguardante l'utilizzo del server:\n\n";
var L_ServerLabel_Text = "Server: ";
var L_UserNameLabel_Text = "Nome utente: ";
var L_TooltipLoginButton_Text = "Il pulsante visualizzerα la finestra di dialogo Accesso che permetterα l'accesso con un nome utente diverso. La procedura Φ necessaria quando il server non permette l'accesso con il nome utente attuale.";
var L_ToolTipEmailAddress_Text = "Indirizzo di posta elettronica che sarα fornito al server per l'identificazione al momento dell'accesso anonimo.";
var L_TooltipPassword_Text = "La password e il nome utente indicati sopra saranno utilizzati per accedere nuovamente al server quando si fa clic sul pulsante Accesso.";
var L_ToolTipUserName_Text = "Immettere un nome utente diverso e fare clic su Accesso per accedere come utente diverso.";
var L_TooltipAnonCheckBox_Text = "Attivando questa funzione e facendo clic sul pulsante Accesso sarα possibile accedere al server in modo anonimo. Tale accesso potrebbe non essere consentito. L'indirizzo di posta elettronica indicato sotto sarα fornito al server.";
// Do not localize
var g_strUserName;
var g_strPassword;
var g_strEmailAddress;
var g_strAnonymous = "Anonymous"; // Do not localize
function FixSize()
{
// this function handles fixed panel sizing and collapsing when the window resizes